home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / stronged / CHelp_c_operators < prev    next >
Encoding:
Text File  |  1993-02-13  |  1022 b   |  32 lines

  1. "Operators", NO,
  2. "Operators\n"
  3. "    Operator           Assoc.\n"
  4. "----------------------------------\n"
  5. "   () [] . ->           L-R\n"
  6. "----------------------------------\n"
  7. "- + ~ ! * & ++ --       R-L\n"
  8. " sizeof() (type)\n"
  9. "----------------------------------\n"
  10. "     * / %              L-R\n"
  11. "----------------------------------\n"
  12. "      + -               L-R\n"
  13. "----------------------------------\n"
  14. "     \\<\\< >>              L-R\n"
  15. "----------------------------------\n"
  16. "   \\< > \\<= >=            L-R\n"
  17. "----------------------------------\n"
  18. "     == !=              L-R\n"
  19. "----------------------------------\n"
  20. "     & ^ |              L-R\n"
  21. "----------------------------------\n"
  22. "     && ||              L-R\n"
  23. "----------------------------------\n"
  24. "       ?:               R-L\n"
  25. "----------------------------------\n"
  26. " = *= /= %= +=          R-L\n"
  27. " -= \\<\\<= >>= &=\n"
  28. "     ^= |=\n"
  29. "----------------------------------\n"
  30. "       ,                L-R\n"
  31. "----------------------------------",
  32.